home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 89 / PIWD89.iso / pc / CONTENTS / BONUS / FULL / wikiwriter / setup-ww2x.exe / {app} / htmltut / Add+a+Title.db < prev    next >
Text File  |  2002-07-01  |  689b  |  27 lines

  1. @@inc HTMLToc
  2. == Add a Title
  3.  
  4. At the top of your page, you should now have
  5.  
  6. <pre>
  7.    <html>
  8.    <head>
  9.    <title></title>
  10.    </head>
  11.    </body>
  12.  
  13.    </body>
  14.    </html>
  15. </pre>
  16.  
  17. Every Web page must have a "title" -- it's in the specifications that way. The "title" also shows up in the [[b Title Bar]] (ta-DAA!) of the browser. Look at the title bar to see the title of this WBT page.
  18.  
  19. To add a title, put some text into the "title" element on your Web page. Place your editing cursor between the start and end tags of the "title" element, and type
  20.  
  21. <pre>
  22.    Home Page - My First Web
  23. </pre>
  24.  
  25. [[b Go to ((Add Text))]]
  26.  
  27.